home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / UDDIWEB.MSI / publish.context.publishservicecategories.aspx < prev    next >
Encoding:
Text File  |  2003-02-21  |  1.4 KB  |  41 lines

  1.  
  2.  
  3. <%@ Page %>
  4. <%@ Register TagPrefix='uddi' Namespace='UDDI.Web' Assembly='uddi.web' %>
  5. <html>
  6.     <HEAD>
  7.         <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
  8.         <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
  9.         <META NAME="MS.LOCALE" CONTENT="EN-US">
  10.         <!-- #include file = "publish.header.htm" -->
  11.     </head>
  12.     <body marginwidth="0" marginheight="0" LEFTMARGIN="0" TOPMARGIN="0" rightmargin="0" ONLOAD="BringToFront()">
  13.         <!-- #include file = "publish.heading.htm" -->
  14.         <table class="content" width="100%" cellpadding="8">
  15.             <tr>
  16.                 <td>
  17.                     <h1><img src="..\..\images\service.gif" height="16" width="16" alt="Service"> Service - Categories</h1>
  18.                     Use the <b>Categories</b> tab to view and manage the categorizations of this service.
  19.                     <UL>
  20.                         <li>
  21.                             <b>Categories:</b> Lists the categories that are associated with this service. The name of each categorization scheme is followed by the category name (key name) and value (key value)
  22.                             <ul>
  23.                                 <li class="action">
  24.                                     Click <b>Add Category</b> to add a categorization to this service.</li>
  25.                                 <li class="action">
  26.                                     Click <b>Delete</b> to delete a categorization.</li>
  27.                             </ul>
  28.                         </li>
  29.                     </UL>
  30.                     
  31.                     <P>
  32.                     <h3>More Information</h3>
  33.                     <!-- #include file = "glossary.categorization.htm" -->
  34.                 </td>
  35.             </tr>
  36.         </table>
  37.         <!-- #include file = "publish.footer.htm" -->
  38.     </body>
  39. </html>
  40.  
  41.